Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C# Tutorial
1) 2D Graphics
2) ADO Net
3) Assembly
4) Attribute
5) Class
6) Data Type
7) Date Time
8) Delegate
9) Design Patterns
10) Development
11) Directory Services
12) File Directory Stream
13) Generic
14) GUI Windows Forms
15) Internationalization
16) Language Basics
17) LINQ
18) Network
19) Operator
20) Operator Overload
21) Preprocessing Directives
22) Reflection
23) Regular Expression
24) Security
25) Statement
26) String
27) Struct
28) Thread
29) Unsafe
30) WCF
31) Windows
32) Workflow
33) WPF
34) XML
35) XML LINQ
Unsafe
1) Accessing Structure Members with a Pointer
2) Alloate a chuck on the stack
3) An array name with an index yields a pointer to the start of the array
4) Assign value of myInt using pointer
5) C# Pointer Operators
6) Compile unsafe code
7) Declaring a Pointer
8) Demonstrate the effects of pointer arithmethic
9) Fixing Managed Data in Memory
10) Get a pointer to the start of a string and display the contents of string via pointer
11) Index pointer
12) IntPtr Zero
13) IntPtrs and unsafe bit-twiddling
14) Mark method as unsafe to pointers
15) Modifying an Immutable String with Pointer
16) Pointer Arithmetic
17) Pointer of a pointer
18) Safe Swap
19) The & is a unary operator that returns the memory address of its operand
20) Unsafe block
21) Unsafe Code
22) Unsafe Methods
23) Unsafe swap
24) Use fixed to put address of value into a pointer
25) Using the unsafe keyword
26) Using unsafe and fixed